home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / e_os208 / exampl11 / makefile < prev   
Makefile  |  1996-08-01  |  252b  |  12 lines

  1.  
  2. PRG = FONT
  3. RES = ..\RESOURCE
  4.  
  5. $(PRG).exe:    $(PRG).obj
  6.  
  7.         @tlink $(RES)\kernel               \
  8.                $(RES)\eoslite              \
  9.                $(PRG),$(PRG).EXE /3 /x
  10.  
  11. $(PRG).obj: $(PRG).asm
  12.         @tasm  $(PRG) /m /q /p